home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
mc
/
edit.spell.rc
< prev
next >
Wrap
Text File
|
2009-10-25
|
247b
|
12 lines
#! /bin/sh
# *** External Spell Checker for GNU Midnight Commander.
# arguments:
# $1 - Name of the file being edited
# $2 - Name of the file to be processed
if aspell </dev/null >/dev/null 2>&1; then
aspell -c "$2"
else
ispell "$2"
fi